home *** CD-ROM | disk | FTP | other *** search
- global newMovie
-
- on enterFrame
- set the itemDelimiter to "."
- set newMovie to item 1 of the movie & ".DIR"
- set the itemDelimiter to ","
- set newMovie to the pathName & newMovie
- set the itemDelimiter to "\"
- set logoPath to the number of items in the pathName - 2
- set logoMovie to item 1 to logoPath of the pathName & "\ACTRES\logo.dir"
- set the itemDelimiter to ","
- go(1, logoMovie)
- end
-